home *** CD-ROM | disk | FTP | other *** search
/ iBrowse Update Disc / iBrowse Update Disc.iso / distrib / boot / !Boot / Resources / Wimp / Messages < prev    next >
Text File  |  1997-04-21  |  6KB  |  116 lines

  1. Error:Error
  2. NoError:%0
  3. Watchdog:Stop,Cancel,Next Task
  4. Modifiers:^ ⇧ ^⇧ ⇧^
  5. KeyNames:Esc ESC F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 Print PRINT Break BREAK Pause PAUSE Tab TAB Return RETURN Insert INSERT Home HOME PageUp PAGE UP Delete DELETE Copy COPY End END PageDown PAGE DOWN Enter ENTER Up UP Down DOWN Left LEFT Right RIGHT Select SELECT Menu MENU Adjust ADJUST
  6. OK:OK
  7. Continue:Continue
  8. Quit:Quit
  9. OSUnits: OS Units
  10. CentSec: * 1/10 second
  11. WSP:Wimp sprite pool
  12.  
  13. #{DictTokens}
  14. NoClaim:Wimp unable to claim work area
  15. BadSprite:Sprite doesn't exist
  16. BadSprites:Squashed or missing sprite file
  17. BadOp:Invalid Wimp operation in this context
  18. RectFull:Rectangle area full
  19. TooBig:There is not enough memory to create this window or menu
  20. GetRect:Get_Rectangle not called correctly
  21. Focus:Input focus window not found
  22. BadHandle:Illegal window handle
  23. TooMenus:Too many menus
  24. BadExtent:Bad work area extent
  25. BadPointer:Syntax: *POINTER <0|1>
  26. NoTemplateFile:Template file not found
  27. BadTemplate:Template entry invalid
  28. BadFonts:Unable to bind font handle
  29. BadSyntax:Syntax error in validation string
  30. NoTasks:Too many tasks
  31. BadConfFont:WimpFont value must be in the range 0-15
  32. NoTemplate:Template entry not found
  33. InUse:Window manager in use
  34. BadPalFile:Error in palette file
  35. BadPalFile2:The window manager does not understand this type of palette file
  36. BadVersion:Bad version number passed to Wimp_Initialise
  37. BadMessageSize:Message block is too big / not a multiple of 4
  38. BadReasonCode:Illegal reason code given to SendMessage
  39. BadTaskHandle:Illegal task handle
  40. CantTask:Can't start task from here
  41. BadSubMenu:Submenus require a parent menu tree
  42. OwnerWindow:Access to window denied
  43. BadMode:This screen mode is unsuitable for displaying the desktop
  44. BadTransfer:Wimp transfer out of range
  45. BadSlot:One of the task slots is wrong!!!
  46. BadSysInfo:Bad parameter passed to Wimp in R0
  47. BadPtrInR1:Bad pointer passed to Wimp in R1
  48. BadEscapeState:Wimp_Poll called with escape enabled!
  49. BadIconHandle:Illegal icon handle
  50. BadR3:Illegal Wimp_Poll pointer in R3
  51. BadParent:Bad parent window
  52. NoSprites:There is not enough memory to load all of the available sprites. This may affect the appearance of files and applications.
  53. TemplateEOF:End of file while reading template file.
  54. CantKill:Window manager is currently active
  55. MF:Message from %0
  56. ID:Please insert %0 '%1'
  57. Space:Press SPACE or click mouse to continue
  58. ErrorF:Message from %0
  59. ErrorP:%0 may have gone wrong. Click Continue to try to resume or Quit to stop %0.
  60. ErrMem:There is not enough free memory to start this application.
  61. ErrNoMv:Unable to move memory
  62. KillApp:Press Stop to terminate %0.
  63. KillProg:Press the return key to stop the program or
  64.  
  65. #{Token0=IconSprites}
  66. HWNMICS:*IconSprites loads a sprite file into the Wimp's common sprite pool
  67. SWNMICS:Syntax: *IconSprites <filename>
  68. #{Token0=Pointer}
  69. HWNMPTR:*Pointer turns the mouse pointer on/off
  70. SWNMPTR:Syntax: *Pointer [0|1]
  71. #{Token0=ToolSprites}
  72. HWNMTSP:*ToolSprites loads a sprite file to use as window borders
  73. SWNMTSP:Syntax: *ToolSprites <filename>
  74. #{Token0=WimpFlags}
  75. HWNMCWF:*Configure WimpFlags sets the default actions when dragging windows, as follows:bit 0 set: continuous window movementbit 1 set: continuous window resizingbit 2 set: continuous horizontal scrollbit 3 set: continuous vertical scrollbit 4 set: don't beep when error box appearsbit 5 set: allow windows to go partly off screenbit 6 set: allow windows to go partly off screen in all directionsbit 7 set: open submenus automatically
  76. SWNMCWF:Syntax: *Configure WimpFlags <number>
  77. #{Token0=WimpMode}
  78. HWNMWM:Change the current Wimp screen mode without affecting the configured value.
  79. SWNMWM:Syntax: *WimpMode <number> | <specifier string>
  80. #{Token0=WimpPalette}
  81. HWNMWP:Used to activate a Wimp palette file.
  82. SWNMWP:Syntax: *WimpPalette <filename>
  83. #{Token0=WimpSlot}
  84. HWNMWS:Change the size of application space, or the amount of application space allocated to the next task to run.
  85. SWNMWS:Syntax: *WimpSlot [[-min] <size>[K]] [[-max] <size>[K]] [[-next] <size>[K]]
  86. #{Token0=WimpTask}
  87. HWNMWT:Start up a new task (from within a task)
  88. SWNMWT:Syntax: *WimpTask <*command>
  89. #{Token0=WimpWriteDir}
  90. HWNMWWD:Change the direction for writable icons.0 - Same direction as the configured territory.1 - Opposite direction to the configured territory.
  91. SWNMWWD:Syntax: *WimpWriteDir 0|1
  92. #{Token0=WimpDragDelay}
  93. HWNMWDD:*Configure WimpDragDelay sets the delay in 1/10 second units after a single click after which a drag is started.
  94. SWNMWDD:Syntax: *Configure WimpDragDelay <delay>
  95. #{Token0=WimpDragMove}
  96. HWNMWDM:*Configure WimpDragMove sets the distance in OS units that the pointer has to move after a single click for a drag to be started.
  97. SWNMWDM:Syntax: *Configure WimpDragMove <distance>
  98. #{Token0=WimpDoubleClickDelay}
  99. HWNMDCD:*Configure WimpDoubleClickDelay sets the time in 1/10 second units after a single click during which a double click is accepted.
  100. SWNMDCD:Syntax: *Configure WimpDoubleClickDelay <delay>
  101. #{Token0=WimpDoubleClickMove}
  102. HWNMDCM:*Configure WimpDoubleClickMove sets the distance in OS units that the pointer has to move after a single click for a double click to be cancelled.
  103. SWNMDCM:Syntax: *Configure WimpDoubleClickMove <distance>
  104. #{Token0=WimpAutoMenuDelay}
  105. HWNMAMD:*Configure WimpAutoMenuDelay sets the time in 1/10 second units that the pointer has to stay over a non-leaf menu entry before the submenu is automatically opened if WimpFlags bit 7 is set.
  106. SWNMAMD:Syntax: *Configure WimpAutoMenuDelay <delay>
  107. #{Token0=WimpMenuDragDelay}
  108. HWNMMDD:*Configure WimpMenuDragDelay sets the time in 1/10 second units for which menu activity is disabled after a menu has been automatically opened. This enables the pointer to move over other menu entries without cancelling the submenu.
  109. SWNMMDD:Syntax: *Configure WimpMenuDragDelay <delay>
  110. #{Token0=WimpFont}
  111. HWNMFON:*Configure WimpFont sets the font to be used within the desktop for icons and menus. 0 means use Wimp$* and 1 means use system font. 2-15 refer to a ROM font.
  112. SWNMFON:*Configure WimpFont <font number>
  113. #{Token0=WimpKillSprite}
  114. HWNMKS:Remove a sprite from the wimp sprite pool.
  115. SWNMKS:Syntax: *WimpKillSprite <spritename>
  116.